dynamic cursor造句
例句与造句
- Table design precludes a keyset or dynamic cursor
表的设计无法使用keyset或dynamic游标 - The absolute fetch option is not supported with dynamic cursors
动态游标不支持absolute提取选项。 - Number of times a dynamic cursor request has been specified
动态游标请求指定动态游标请求的次数。 - Methods for dynamic cursors
方法的调用来模拟 - For dynamic cursors it more complex when the fetch size is greater than 1
对于动态游标,当提取大小大于1时,这更为复杂。 - It's difficult to find dynamic cursor in a sentence. 用dynamic cursor造句挺难的
- Dynamic cursors including regular forward - only cursors do not retrieve rows until they are fetched
动态游标(包括通常的只进游标)只有在提取行时才进行检索。 - The rowcount option does not affect dynamic cursors , but it does limit the rowset of keyset and insensitive cursors
Rowcount选项对动态游标无效,但它可以限制键集的行集和不区分游标。 - The type ss scroll dynamic cursor has the same behavior until the cursor is moved out of the current fetch buffer
Type _ ss _ scroll _ dynamic游标在从当前的提取缓冲区移出之前,其行为与此相同。 - If an application does not want to see transient deleted rows by using dynamic cursors , a fetch relative should be used
如果应用程序不希望使用动态游标查看暂时删除的行,则应使用fetch relative ( 0 ) 。 - Forward and dynamic cursors expose deleted rows in a similar way , but only while the cursors remain accessible in the fetch buffer
仅当向前游标和动态游标在提取缓冲区中可访问时,它们才以相似的方式展示已删除的行。 - For dynamic cursors , updated rows will retain their position within the fetch buffer until the window that is defined by the fetch buffer is left
对于动态游标,更新行将保留这些行在提取缓冲区中的位置,直到离开提取缓冲区所定义的窗口。 - If a keyset - driven or dynamic cursor is used together with an except or intersect operation , the cursor of the result set of the operation is converted to a static cursor
如果由键集驱动的游标或动态游标与except或intersect运算一起使用,则运算的结果集的游标转换为静态游标。 - In sql server 2005 , when a dynamic cursor is declared over a table with no unique indexes , and a row is deleted outside the cursor , a subsequent refresh of the cursor retrieves a placeholder for the row with null data
在sql server 2005中,如果对没有唯一索引的表声明动态游标并在游标外删除行,则随后对游标的刷新会检索包含null数据的行的占位符。